micro_utils.dokka
/
dev.inmo.micro_utils.repos.pagination
/
[common]getAll
common
get
All
inline suspend fun <
T
,
ID
,
REPO
:
ReadStandardCRUDRepo
<
T
,
ID
>>
REPO
.
getAll
(crossinline methodCaller: suspend
REPO
.(
Pagination
) ->
PaginationResult
<
T
>):
List
<
T
>
Content copied to clipboard
inline suspend fun <
Key
,
Value
,
REPO
:
ReadStandardKeyValueRepo
<
Key
,
Value
>>
REPO
.
getAll
(crossinline methodCaller: suspend
REPO
.(
Pagination
) ->
PaginationResult
<
Key
>):
List
<
Pair
<
Key
,
Value
>>
Content copied to clipboard
inline suspend fun <
Key
,
Value
,
REPO
:
ReadOneToManyKeyValueRepo
<
Key
,
Value
>>
REPO
.
getAll
(crossinline methodCaller: suspend
REPO
.(
Pagination
) ->
PaginationResult
<
Key
>):
List
<
Pair
<
Key
,
List
<
Value
>>>
Content copied to clipboard